Skip to main content

Bizagi Server Configuration: Windows Server 2012 R2

Overview

Bizagi processes require a web server for execution. Microsoft Internet Information Services (IIS) is the supported web server for executing processes on the .NET platform, as described in the IIS configuration section.

Before creating a new project in Bizagi Studio, ensure that IIS is installed and configured as outlined below.

Note: Windows Server 2012 R2 works with IIS version 8.5 or 8.0. This installation may not be included by default.


Installing IIS and Its Components

Follow these steps to install IIS and the necessary components for Bizagi:

  1. Locate the Server Manager panel.

    Right-click on Computer and select Manage, or access it directly from the quick-access icons. win2012 r2 Note: Administrator privileges are required for IIS installation.

  2. Open Server Manager and use Add Roles and Features from the Dashboard quick-start options.

    This will open a wizard that will guide you through setting up IIS by checking a few things and clicking Next on each window.

    On the Before-You-Begin page, verify the following:

    • The administrator account has a strong password.
    • The network settings (such as IP addresses) are configured.
    • The latest security updates from Windows Update are installed.

    You may skip this page in future installations of IIS.

  3. Select Role-based or feature-based installation and click Next. win2012 r2

  4. Choose the Web Server from the server pool to install IIS on the local host, and click Next. win2012 r2

  5. Select Web Server (IIS) as the server role and click Next. win2012 r2 When asked for required features, click Add features to meet the IIS server requirements. win2012 r2 Mark the required features and click Next. win2012 r2

  6. Confirm the installation selections made in the wizard and click Finish to start the installation. win2012 r2 Once installed, a window will show the installed IIS Web Server and role services. You can export the configuration settings to an XML file for PowerShell use on another machine.

  7. Click Close when done.


Verifying IIS and the Default Web Site

After installing IIS, verify that it is ready for use:

  1. Open IIS Manager using the inetmgr command or by navigating to Control Panel > System and Security win2012 r2
  2. Ensure that the Default Web site appears under Sites in IIS Manager and is in an enabled and started status. win2012 r2

At this point, you are ready to create new Bizagi projects.